common/kernel.o contains changeset/compiler info.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 9 Sep 2005 16:26:20 +0000 (16:26 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 9 Sep 2005 16:26:20 +0000 (16:26 +0000)
Blow away on every build.

xen/common/Makefile
xen/drivers/char/Makefile

index bccdeb4231198a9a41c96cc338a69dc09b92e2cc..08cc0074987d9e403a5556052d11f565f965767e 100644 (file)
@@ -19,3 +19,6 @@ common.o: $(OBJS)
 
 clean:
        rm -f *.o *~ core
+
+# Object file contains changeset and compiler information.
+kernel.o: $(BASEDIR)/include/xen/compile.h
index 10f907a477e15eb8ab27bd36eca08c5b6827f3ef..9633fb7134fcfb7c97a57602c90fbd06afc51763 100644 (file)
@@ -8,4 +8,5 @@ driver.o: $(OBJS)
 clean:
        rm -f *.o *~ core
 
+# Object file contains changeset and compiler information.
 console.o: $(BASEDIR)/include/xen/compile.h